From c866232b22109e8e01e868aa275943f072dc9895 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 18 Oct 2011 09:38:09 -0400 Subject: [PATCH] * lisp/vc/log-edit.el (log-edit): Add "Author:" header to encourage people to distinguish the author from the committer. --- lisp/ChangeLog | 5 +++++ lisp/vc/log-edit.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8635e076156..7ce0ed50a6c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-10-18 Stefan Monnier + + * vc/log-edit.el (log-edit): Add "Author:" header to encourage people + to distinguish the author from the committer. + 2011-10-18 Michael Albinus * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently. diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index b3f5cfb78f7..ebbe318fc15 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -386,7 +386,7 @@ uses the current buffer." (setq setup (not setup))) (when setup (erase-buffer) - (insert "Summary: ") + (insert "Summary: \nAuthor: ") (save-excursion (insert "\n\n"))) (if mode (funcall mode) -- 2.30.2